-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix wget ignoring env vars for no_proxy #3580
base: master
Are you sure you want to change the base?
Conversation
Hi @maxenium. Thanks for your PR. I'm waiting for a google member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
@maxenium: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hi @bobbypage @iwankgb @Creatone @dims @mrunalp, We are currently getting 60.000req/h against zscaler from only ~500 hosts. Network-guys are not amused 😭. |
I can't see |
It seems to be available in Busybox's wget, but Alpine uses GNU version, as far as I know. |
@iwankgb are there any objections? Due to the fact that a faulty GNU version is installed it is advised to fix it in the docker image. |
The cadvisor health check ends up sending requests to proxy instead of localhost.
No_proxy being configured correctly I was able to narrow down the issue to the wget version within the image. As this should never be sent anywhere else than localhost disabling proxy entirely for the health-check is a valid solution.